a jit meaning in English
[网络] 下面
Examples
- a jit compilation phase occurs when a method and its dependencies are compiled
jit编译阶段在编译方法及其依赖项时出现。 - the common language runtime includes a jit compiler for converting msil to native code
公共语言运行库包括用于将msil转换为本机代码的jit编译器。 - reducing the length of these methods can make them more amenable to optimization by a jit compiler
而缩短这些方法的长度有助于使jit编译器更易于优化它们。 - the core of this dissertation is to describe the implementation and optimization of a jit compiler for vba
本文的核心部分描述了vba编译内核的实现与优化的过程。 - instead, the transformation from tail-recursive function to simple loop must be done dynamically by a jit compiler
相反地,这种从尾递归函数到简单循环的转换必须由jit编译器动态地进行。